home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
need_for.swf
/
scripts
/
DefineButton2_133
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
219 b
|
11 lines
on(press){
if(topTen.showing == false and topHundred.showing == false)
{
if(rules.animating == false)
{
_root.gotoAndStop("gameReset");
rules.gotoAndPlay(2);
}
}
}